.meteo-container {
    display: flex;
    justify-content: space-between;
}

.meteo-content {
    width: 142px;
    height: 142px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    text-transform: uppercase;
    font-family: 'Roboto-Medium';
}

.meteo-content img {
    transform: scale(1.4);
}

.meteo-content > div {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}